

p {font-size:10px; text-align: center;}

body {
    background: #000000;
    font-family: 'Muli', sans-serif;
    line-height: 20px;
    color: #ffffff;
    word-wrap:break-word !important;
    font-family: 'Open Sans', sans-serif;
    }

article {

        font-size: 16px;
        font-family: Verdana, sans-serif;
}
a {
    color: #FFF;
}

h3 { font-size: 0.7rem; text-align: center; font-family: Open Sans;}

.bloquedestacadoobligatorio{ background: #00a27b; width: 96%; height: 20%; padding: 1rem; margin: 1rem;}


#container {
    margin: 0 auto;
}

header p {
    text-align: center; font-family: Verdana, sans-serif; font-size: 2rem
    ;
}

nav {
    margin: 30px auto;
    background-color: #00a27b;
  box-shadow: 0px 3px 20px 3px #162433;
}

nav ul {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    position: relative;
    text-align: center;
}
    
nav ul li {
    display:inline-block;
    background-color: #00a27b;
    }

nav a {
    display:block;
    padding:0 20px; 
    color:#FFF;
    font-size:16px;
    line-height: 60px;
    text-decoration:none;
}

nav a:hover { 
    background-color: #000000; 
}


nav ul ul {
    display: none;
    position: absolute; 
    top: 60px; 
}
    

nav ul li:hover > ul {
    display:inherit;
}
    

nav ul ul li {
    width:200px;
    float:none;
    display:list-item;
    position: relative;
}


nav ul ul ul li {
    position: relative;
    top:-60px; 
    left:170px;
}

    
i {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
    margin: -7px 0 0px 7px;
    vertical-align: middle;
}

img { width: 100%; padding: 3 0 3 0; }




.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}